home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Technical.Notes / PDOS / TN.PDOS.005 < prev    next >
Encoding:
Text File  |  1988-12-15  |  1.2 KB  |  33 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. ProDOS 8
  8. #5:    ProDOS Block Device Formatting
  9.  
  10. Revised by:    Matt Deatherage                                  November 1988
  11. Revised by:    Pete McDonald                                     October 1985
  12.  
  13. This Technical Note formerly described the ProDOS FORMATTER routine.
  14. _____________________________________________________________________________
  15.  
  16. The ProDOS 8 Update Manual now contains the information about the ProDOS 
  17. FORMATTER routine which this Note formerly described.  This routine is 
  18. available from Apple Software Licensing at Apple Computer, Inc., 20525 Mariani 
  19. Avenue, M/S 38-I, Cupertino, CA, 95014 or (408) 974-4667.
  20.  
  21. Note:    This routine does not work properly with network volumes on 
  22. either entry point.  You cannot format a network volume with 
  23. ProDOS 8, nor can you make low-level device calls to it (as 
  24. FORMATTER does in ENTRY2 to determine the characteristics of a 
  25. volume).  As a general rule, it is better to use GET_FILE_INFO to 
  26. determine the size of the volume since ProDOS MLI calls work with 
  27. network volumes.
  28.  
  29.  
  30. Further Reference
  31. o    ProDOS 8 Update Manual
  32.  
  33.